Gets a blacklist.

Returns a blacklist of a client.

PATH:

/v1/clients/{clientId}/lookup/blacklist

PATH PARAMETERS:

clientId
required

integer

The ID of the client.

RESPONSES:

200 Success

RESPONSE SCHEMA:

organizations

array of organizations

The list of organization number

Array () [
organizationNumber

string

The organization numbers of the company.


]
401 Unauthorized

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

403 Forbidden

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

Path

get

/v1/clients/{clientId}/lookup/blacklist

Response samples

200401403
  • {
    • "organizations": [ ...
      • {
        • "organizationNumber": "string"
        }
      ]
    }
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }